-
Notifications
You must be signed in to change notification settings - Fork 356
Add instructions to disable default log masking #5645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation on how to disable the default log masking feature in WSO2 Identity Server across multiple versions.
Key Changes:
- Added a new section explaining how to disable default log masking
- Instructions include the configuration file location and required TOML configuration
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
en/identity-server/next/docs/deploy/monitor/mask-sensitive-information-in-logs.md | Added section on disabling default log masking |
en/identity-server/7.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md | Added section on disabling default log masking |
en/identity-server/7.0.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md | Added section on disabling default log masking |
en/identity-server/6.1.0/docs/deploy/monitor/mask-sensitive-information-in-logs.md | Added section on disabling default log masking |
en/identity-server/5.9.0/docs/setup/masking-sensitive-information-in-logs.md | Added subsection on disabling default log masking |
en/identity-server/5.11.0/docs/setup/masking-sensitive-information-in-logs.md | Added subsection on disabling default log masking |
en/identity-server/5.10.0/docs/setup/masking-sensitive-information-in-logs.md | Added subsection on disabling default log masking |
Comments suppressed due to low confidence (1)
|
||
## Disabling Default Log Masking | ||
|
||
By default, log masking is enabled. To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration. |
Copilot
AI
Oct 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Break this sentence into two shorter sentences for better scannability. Consider: 'Log masking is enabled by default. To disable it, add the following configuration to <IS-HOME>/repository/conf/deployment.toml
.'
Copilot generated this review using guidance from repository custom instructions.
|
||
### Disabling Default Log Masking | ||
|
||
To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration. |
Copilot
AI
Oct 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Break this sentence into two shorter sentences for better scannability. Consider: 'To disable log masking, open the <IS-HOME>/repository/conf/deployment.toml
file. Add the following configuration to it.'
Copilot generated this review using guidance from repository custom instructions.
|
||
### Disabling Default Log Masking | ||
|
||
To disable log masking, navigate to `<IS-HOME>/repository/conf/deployment.toml` and add the following configuration. |
Copilot
AI
Oct 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Break this sentence into two shorter sentences for better scannability. Consider: 'To disable log masking, open the <IS-HOME>/repository/conf/deployment.toml
file. Add the following configuration to it.'
Copilot generated this review using guidance from repository custom instructions.
Purpose
This PR updates the log masking documentation to include instructions on how to disable the default log masking feature.
Related Issue
Fixes: wso2/product-is#21708